RequestMemoryDumpResponse

data class RequestMemoryDumpResponse(dumpGuid: String, success: Boolean)

Represents response frame that is returned from Tracing#requestMemoryDump operation call. Request a global memory dump.

See also

Constructors

RequestMemoryDumpResponse
Link copied to clipboard
fun RequestMemoryDumpResponse(dumpGuid: String, success: Boolean)

Properties

dumpGuid
Link copied to clipboard
val dumpGuid: String
GUID of the resulting global memory dump.
success
Link copied to clipboard
val success: Boolean
True iff the global memory dump succeeded.

Sources

jvm source
Link copied to clipboard